home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / src / editors / AME / Rexx / co.ame < prev    next >
Encoding:
Text File  |  1994-02-01  |  201 b   |  9 lines

  1. /* $VER: CO 37.1 (21.2.93) : Check Out & Reread file */
  2. options results
  3. unsetprefs read
  4. 'getfilename'
  5. if rc = 0 then do
  6.     name = result
  7.     address command 'co -l ' || name
  8.     rc = read name
  9.     end